@charset "utf-8";

@font-face {font-family: "sysfont";
    src: url('./font/iconfont.eot'); /* IE9*/
    src: url('./font/iconfont.eot?t=1491715208262#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./font/iconfont.woff?t=1491715208262') format('woff'), /* chrome, firefox */
    url('./font/iconfont.ttf?t=1491715208262') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('./font/iconfont.svg?t=1491715208262#sysfont') format('svg'); /* iOS 4.1- */
}

.sysfont {
    font-family:"sysfont" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'daq';  /* Project id 752693 */
  src: url('//at.alicdn.com/t/font_752693_ewbh85psr5g.woff2?t=1639472829427') format('woff2'),
       url('//at.alicdn.com/t/font_752693_ewbh85psr5g.woff?t=1639472829427') format('woff'),
       url('//at.alicdn.com/t/font_752693_ewbh85psr5g.ttf?t=1639472829427') format('truetype');
}

.daq {
    font-family: "daq" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, dd, dl, dt, li, ol, ul, input, select, button, textarea {
    padding: 0;
    margin: 0;
    border: none;
    font-weight: normal;
}

input, button, select, textarea, a, img {
    outline: none;
}

/*去掉超链接或按钮点击时出现的虚线框黄色边框*/
::-moz-focus-inner {
    border: 0px;
}

/*火狐的私有属性去掉点击时边框*/
body {
    font-size: 12px;
    width: 100%;
    font-family: "Microsoft YaHei", "Arial", "SimSun";
}

html {
    width: 100%;
    height: 100%;
    background: #ebf3fa;
}

a img {
    border: none;
}

ul, ul li, ol li, li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, textarea {
    border: 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

*:first-child + html .clearfix {
    zoom: 1;
}

img {
    vertical-align: top;
    max-width:100%!important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.none {
    display: none;
}

.nrp {
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
}

/*设置文字超出部分为省略号*/
a {
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

i {
    font-style: normal;
}

.hide {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.addwidth {
    height: 150px;
}

.loading_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8) !important;
}

.loading_tips, .dy_loading_tips {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -34px;
    margin-left: -40px;
    text-align: center;
    z-index: 10;
}

.dy_loading_tips {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.loading_tips p, .dy_loading_tips p {
    font: 14px/24px "microsoft yahei";
}

.loading_tips img, .dy_loading_tips img {
    width: 40px !important;
    height: 40px !important;
}

.dataLoading {
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 999;
    background: #f0f0f0 !important;
    text-align: center;
    color: #4688df;
    font-size: 16px;
    font-family: "Microsoft YaHei"
}

.dataLoadings {
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 999;
    background: #f0f0f0 !important;
    text-align: center;
    color: #4688df;
    font-size: 14px;
    font-family: "Microsoft YaHei"
}

.change {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -75px;
    margin-left: -75px;
}

.changes {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}

.loadingImg {
    width: 90px !important;
    height: 90px !important;
    -webkit-animation: loading 2s linear infinite;
    margin-top: 15px
}

.loadingImgs {
    width: 60px !important;
    height: 60px !important;
    -webkit-animation: loading 2s linear infinite;
}

.load-text {
    margin-top: 10px;
}

.nodataImg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -75px;
    margin-left: -75px;
}

.nodataImgs {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}

canvas {
    width: 125px;
    height: 50px;
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

.font {
    font: normal 14px "Microsoft YaHei";
}

/*图库弹出层样式*/
.tc_Close {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 72px;
    height: 72px;
    background: url(../images/tc_close.png) no-repeat center;
    z-index: 1000;
}

.tc_Close:hover {
    background: url(../images/tc_closeH.png) no-repeat center;
}

.pbButt {
    display: block;
    position: fixed;
    width: 70px;
    height: 150px;
    top: 50%;
    margin-top: -75px;
    z-index: 1002;
}

.pbButt.pre {
    left: 0;
    background: url(../images/tc_left.png) no-repeat center;
}
#news-720 li a {
        color: #333;
        border-bottom: 1px #fff dashed;
        display: block;
        padding-bottom: 0.15rem;
padding-left: 10px;
position: relative;
      }
.audio-news {
padding-left: 10px;
position: relative;
}

#news-720 li a:after,.audio-news:after{
content:"";
display:block;
position: absolute;
left:0;
top:0.2rem;
width: 0.06rem;
height:0.06rem;
border-radius:50%;
background: #000;
margin-top:-2px;
}
.audio-news:after {
top:0.4rem;
}
.audio-news-x:after {
top:0.2rem;
}

.pbButt.pre:hover {
    background: url(../images/tc_leftH.png) no-repeat center;
}

.pbButt.next {
    right: 0;
    background: url(../images/tc_right.png) no-repeat center;
}

.pbButt.next:hover {
    background: url(../images/tc_rightH.png) no-repeat center;
}

.pbTMain {
    display: inline-block;
    position: fixed;
    z-index: 1001;
    left: 0;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

.pbTUL {
    display: inline-block;
    max-height: 500px;
    max-width: 860px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
    border: 15px solid #aaa;
    border: 15px solid rgba(255, 255, 255, 0.6);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.pbTUL img {
    display: block;
    max-height: 500px;
    max-width: 860px;
    min-width: 480px;
    min-height: 272px;
    margin: 0 auto;
}

.imT {
    position: absolute;
    width: 100%;
    text-align: center;
    height: 32px;
    bottom: 35px;
    left: 0;
    text-align: center;
    word-wrap: break-word;
}

.imT span {
    display: inline-block;
    height: auto;
    width: 320px;
    padding: 0 30px;
    font: normal 14px/28px "microsoft yahei";
    color: #fff;
    background: url("../images/opa40.png") repeat;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.opaBg, .opa80 {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/opa80.png) repeat left top;
}

/*图库弹出层样式*/
/*.opa80{ width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index:10000;background:url(../images/opa80.png) repeat;}*/
.pop_remove {
    z-index: 10001;
}

.pop_close {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 72px;
    height: 72px;
    background: url(../images/tc_close.png) no-repeat;
    z-index: 10001;
}

.pop_close:hover {
    background: url(../images/tc_closeH.png) no-repeat center;
}

.pop_btn {
    display: block;
    position: fixed;
    width: 70px;
    height: 150px;
    top: 50%;
    margin-top: -75px;
    z-index: 10002;
}

.pop_prev {
    left: 0;
    background: url(../images/tc_left.png) no-repeat center;
}

.pop_prev:hover {
    background: url(../images/tc_leftH.png) no-repeat center;
}

.pop_next {
    right: 0;
    background: url(../images/tc_right.png) no-repeat center;
}

.pop_next:hover {
    background: url(../images/tc_rightH.png) no-repeat center;
}

.pop_box {
    display: inline-block;
    position: fixed;
    z-index: 10002;
    left: 0;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#99ffffff, endColorstr=#99ffffff);
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.pop_tit {
    position: absolute;
    width: 100%;
    text-align: center;
    height: 32px;
    bottom: 35px;
    left: 0;
}

.pop_tit > span {
    display: inline-block;
    vertical-align: middle;
    *zoom: 1;
    *display: inline;
    *vertical-align: middle;
    *margin-top: auto;
    height: 32px;
    padding: 0 20px;
    font: normal 14px/32px "microsoft yahei";
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#99000000, endColorstr=#99000000);
    -webkit-border-radius: 32px;
    border-radius: 32px;
}

.webDa:hover {
    cursor: pointer
}

.wrap{ width: 1200px; margin: 0 auto;}


.scale_pic {
    height: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    transition-duration: 500ms;
}
.animate_pic:hover .scale_pic {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.no-data {
    color: red;
    font: 14px/30px "Microsoft YaHei";
    text-align: center;
}

.center{
    text-align: center;
}
.left{
    text-align: left;
}
.right{
    text-align: right;
}
.wei{
    font-weight: 600;
    color: #333;
}
.indent{
    text-indent: 2em;
}
/**
分页
 */
/*.page{ padding: 30px 0 30px; font-size: 0; text-align: center;}

.page > a,.page > span{ display:inline-block; *zoom: 1; *display: inline; vertical-align:middle; width: 28px; height: 28px; margin:0 5px; font: normal 14px/28px "Arial"; color: #999; text-align: center;
    background-color: #fff; border: 1px solid #e8e8e8; -webkit-border-radius: 2px; border-radius: 2px; cursor: pointer;}
.page > .first-page,.page > .last-page{ width: 68px; font-family: "Microsoft YaHei";}
.page > .page-down,.page > .page-up{ width: 78px; font-family: "Microsoft YaHei";}
.page > .curr,.page > a:hover{ font-weight: bold; color: #fff; background-color: #2681d4; border-color: #2681d4;}
.page > a.no-interact { font-weight: bold; cursor: auto; }
.page > a.no-interact:hover { color: #555; background-color: #fff; border: 1px solid #e8e8e8;}
.page .prev-page,.page .next-page{width:80px}
.page > span{border: none;width: auto}
*/

#news-720 {
padding-top: 0 !important;
padding-bottom: 0.6rem;
}
#news-720 li .title {
font-weight: bold;
font-size: 0.32rem !important;
}
#news-720 li a {
font-size: 0.3rem !important;
margin-bottom: 0.22rem;
border-bottom: 1px #d7d6d6 dashed !important;
}
.news-ewm-two-list {
        margin: 0.2rem 0;
margin-top:-0.2rem;
        text-align: center;
      }
.news-ewm-two-list li {
        width: 50%;
        float: left;
        overflow: hidden;
margin-top: 0.3rem;
      }
.news-ewm-two-list li h3 {
        font-size: 0.26rem;
        color: #666666;
        line-height: 0.42rem;
        height: 0.42rem;
        overflow: hidden;
margin-top: 0.15rem;
      }
      .news-ewm-two-list li img {
        width: 2.6rem;
        height: 2.6rem;
      }
      .news-ewm-two-col div{
        width: 50%;
        float: left;
      }

@media (max-width: 1000px){
   .page>span{
       display: none;
   }
}
